home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000477_news@columbia.edu _Fri Feb 9 04:43:23 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id EAA18798 for <kermit.misc@watsun>; Fri, 9 Feb 1996 04:43:22 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id EAA25046 for kermit.misc@watsun; Fri, 9 Feb 1996 04:03:29 -0500 (EST)
  4. Path: news.columbia.edu!news.new-york.net!news.wctc.net!chi-news.cic.net!newsspool.doit.wisc.edu!night.primate.wisc.edu!nntp.msstate.edu!gatech!newsfeed.internetmci.com!inet-nntp-gw-1.us.oracle.com!news.caldera.com!park.uvsc.edu!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: >1 session w/telapi?
  8. Message-ID: <1996Feb6.104623.73296@cc.usu.edu>
  9. Date: 6 Feb 96 10:46:23 MDT
  10. References: <DMByuG.M3w@iglou.com>
  11. Organization: Utah State University
  12. Lines: 19
  13.  
  14. In article <DMByuG.M3w@iglou.com>, wakep@iglou.com (J. Wakeley Purple) writes:
  15. > Using 3.14, I'm trying to get more than one session working through 
  16. > 4.1 telapi-tcp/ip to a unix box.  When I do set port telapi 1.1.2.3 new I 
  17. > just get the same session - the first disconnects.  Telapi is set to 2 
  18. > sessions.  I've got the book and have read the updates, etc. & can't 
  19. > figure it out. Is there some trick ?
  20. --------
  21.     Novell's TELAPI interface supports only one connection, as Kermit
  22. sees it. You can use Novell's transitory helper program TSU to create more 
  23. than one and assign each to a fake serial port (SET PORT BIOSn, n=1-4).
  24. We provide a macro, named Telapi as well, which runs TSU, hands over the
  25. host name, specifies the port, and sets Kermit to that port. If you look
  26. at the macro and the Novell TSU instruction sheet it's easy to tailor
  27. whatever you wish.
  28.     The Kermit comms channels (SET PORT blah) support multiple sessions
  29. only with its internal TCP/IP stack; all other channels are single session.
  30. By using different SET PORT BIOSn ports one can have several Telapi sessions
  31. active.
  32.     Joe D.